home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / xfig_doc.lha / doc / MAKEPS < prev    next >
Text File  |  1995-08-22  |  170b  |  10 lines

  1. #!/bin/csh 
  2. echo This will make the xfig.ps file
  3. echo -n psroffing...
  4. psroff -t -man xfig.man > xfig.ps
  5. echo ""
  6. echo -n zipping...
  7. gzip -v xfig.ps
  8. echo done
  9. ls -l xfig.*
  10.